dynamic memory allocation

英 [daɪˈnæmɪk ˈmeməri ˌæləˈkeɪʃn] 美 [daɪˈnæmɪk ˈmeməri ˌæləˈkeɪʃn]

网络  动态内存分配; 动态存储分配; 配置; 动态记忆体配置; 动态存储器分配

计算机



双语例句

  1. You'll learn about the types of pointer operations that can cause memory corruption and you'll also examine some scenarios that show what to consider while working with dynamic memory allocation.
    您将了解可能导致内存破坏的指针操作类型,您还将研究一些场景,了解要在使用动态内存分配时考虑什么问题。
  2. Checkpoints that must be considered while working with dynamic memory allocation
    在使用动态内存分配时必须考虑的检查点
  3. Written by Nate Eldredge, the YAMD package finds dynamic, memory allocation related problems in C and C++.
    YAMD软件包由NateEldredge编写,可以查找C和C++中动态的、与内存分配有关的问题。
  4. The final part, application programming, includes file processing, application development, dynamic memory allocation, link lists and bits manipulation.
    应用程式设计则包含档案处理、大型程式的发展、动态记忆体配置与链结串列、位元处理。
  5. So the heap is a chunk of memory in a computer's RAM that's conceptually allocated to what's called dynamic memory allocation.
    堆是在计算机RAM中的一块内存,它可以进行,动态内存分配。
  6. Simulate dynamic partition management for main memory storage allocation and recovery.
    模拟动态分区存储管理方式的主存分配与回收。
  7. You can, for example, use a vector in much the same way as you would use an ordinary C array, except that vector eliminates the chore of managing dynamic memory allocation by hand.
    举个例子,你可以使用vector就像使用普通的c数组,除了vector不能手工申请管理动态内存。
  8. Based on the analysis of memory leak, the method overloads the allocation function and overrides the free function to store the allocation spot and trace the dynamic memory allocation.
    方法在分析内存泄漏的基础上,通过重新实现动态内存分配和释放函数,记录内存分配的确切位置并跟踪动态内存的使用情况。
  9. In the new approach, dynamic function calling tree with data about memory allocation and release of the running program is constructed first, then the static property of the program is extracted from the dynamic tree which provides some valuable information for memory leak detection and location.
    新方法中,先建立程序的函数动态调用树,其中包含程序分配释放内存的信息,再在调用树中总结程序的静态性质,为内存泄漏定位提供有价值的信息。
  10. System software was developed with C++ language and object-oriented programming method, in which memory insufficient problem was solved with integer data storing, dynamic memory allocation and extent memory use.
    系统程序采用C++语言和面向目标方法编写,利用整型存储法、动态内存分配及使用扩展内存解决了内存不足的问题。
  11. It contains two parts, enhanced memory block allocation algorithm and high-efficient dynamic memory allocation algorithm. Combining the two methods in memory management can improve the performance of embedded system effectively.
    改进的内存分配算法包括优化的内存块分配算法和快速高效的动态内存分配算法,两者结合使用将会有效提高嵌入式系统的性能。
  12. As for the difficulty of unsufficient internal memory capacity, it can be overcome by means of the dynamic memory allocation technique.
    还采用动态存贮器分配技术解决了内存容量小的矛盾。
  13. Dynamic memory management of SACOS and implementations of allocation and garbage collection of heap which is the foundation of dynamic memory management are reported in detail.
    描述了SACOS的动态内存管理,并给出了实现SACOS动态内存管理的基础-堆的分配与回收的详细过程。
  14. Study of dynamic memory allocation in OS kernel TRENDS
    操作系统内核中动态内存分配机制的研究
  15. Object Oriented Programming method and event driven mechanism were employed to design data acquisition program. Total sample points of each observing spot are more than 3000 with dynamic memory allocation technology and using extended memory.
    采用OOP方法和事件驱动机制编制了数据采集软件,利用动态内存分配和使用扩展内存,使得每个监测点的数据样本数可达3000点以上。